projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d45658
)
(thing-at-point-bounds-of-url-at-point): Delete spurious backquote.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 13 Sep 2006 17:46:25 +0000
(17:46 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 13 Sep 2006 17:46:25 +0000
(17:46 +0000)
lisp/thingatpt.el
patch
|
blob
|
history
diff --git
a/lisp/thingatpt.el
b/lisp/thingatpt.el
index c0aa80ef1aee608ff52ba2eae0194cbddf634e6c..e2618bca8fd919709b9ba6bc8aefcea76173075d 100644
(file)
--- a/
lisp/thingatpt.el
+++ b/
lisp/thingatpt.el
@@
-240,7
+240,7
@@
This may contain whitespace (including newlines) .")
(let ((strip (thing-at-point-looking-at
thing-at-point-markedup-url-regexp))) ;; (url "") short
(if (or strip
-
`
(thing-at-point-looking-at thing-at-point-url-regexp)
+
(thing-at-point-looking-at thing-at-point-url-regexp)
;; Access scheme omitted?
;; (setq short (thing-at-point-looking-at
;; thing-at-point-short-url-regexp))